XmlNodeCollectionContains Method |
Namespace:
Independentsoft.Sip.Presence
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic bool Contains(
XmlNode node
)
Public Function Contains (
node As XmlNode
) As Boolean
Parameters
- node
- Type: System.XmlXmlNode
The XmlNode to check for.
Return Value
Type:
Booleantrue if the collection contains the specified
XmlNode; otherwise,
false.
See Also